[py] temporarily disable nightly TestPyPI publishing - #17920
Conversation
PR Summary by QodoDisable Python nightly TestPyPI publish; add verbose Twine uploads
AI Description
Diagram
High-Level Assessment
Files changed (2)
|
Code Review by Qodo
1. Unexplained # - python
|
🔗 Related Issues
Refs #17919
💥 What does this PR do?
🔧 Implementation Notes
Twine suppresses the server's response body unless
--verboseis passed, which is why the quota failure surfaced only as400 Client Errorwith no explanation. Added to the production upload as well, since it would fail just as opaquely.🤖 AI assistance
💡 Additional Considerations
The matrix entry is commented out rather than deleted so it is a one-line revert once the TestPyPI quota is sorted. Until then a Python-only release will complete without publishing a Python nightly.
🔄 Types of changes